* {
  padding: 0;
  margin: 0;
}

body {
   font-family: "Noto Sans SC";
  font-size: 14px;
}

html,
body {
  overflow-x: hidden;
}
.clear {
  clear: both;
}
a {
  color: #444;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

ul,
li,
p,
span,
img,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  font-weight: normal;
  word-break: break-all;
}

i,
em {
  font-style: normal;
  font-family: "Microsoft Yahei";
}

.fl {
  float: left;
}

.fr {
  float: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SimHei", 黑体;
  color: #444;
  letter-spacing: 1px;
}

h1{
  font-size: 18px;
}
h2 {
  font-size: 26px;
  line-height: 40px;
}
h3,h4,h5,h6 {
  font-size: 21px;
}

b ,strong{
  font-size: 16px;
  word-break: break-all;
  color: #444;
  line-height: 30px;
  font-weight: normal;
}
p,span{
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

  /* 副标题样式 */
  .Subtitles{
    color: #999;
    font-size: 13px;
    line-height: 24px;
    padding-top: 12px;
  }
  /* 上下模块之间的间距样式 */
  .blockspacing{
    padding: 70px 0;
  }
  
 .clear{ clear:both;}
.w1150{ width:1200px; height:auto; margin:0 auto;}
.n_banner{ padding:10px 0px;}
.n_banner_img{ width:74%; height:300px; float:left;}
.n_banner_img img{ width:100%; height:300px;}
.n_sq_box{ width:26%; padding:1%; height:300px; float:right; background:#f0f0f0;}
.n_sq_box h2{ font-size:22px; text-align:center; color:#2196f3; font-weight:bold; }
.n_sq_box ul{ margin-top:20px;}
.n_sq_box ul li{ margin-bottom:16px; line-height:34px;  height:34px;font-size:16px;} 
.n_sq_box ul li h1{ float:left; width:100px; text-align:center; font-size:16px; line-height:30px; color:#666;}
.n_sq_box ul li input{ float:left; width:170px; height:30px; border:none; background:#fff; padding:0px 10px;}
.tj{ width:250px !important; height:40px !important; margin-left:20px; background:#2196f3 !important; color:#fff;}
.n_nav{ height:70px; padding:16px; background:#f0f0f0; margin-top:10px; margin-bottom:10px;}
.dangqian{ font-size:22px; font-weight:bold; color:#2196f3; line-height:40px; float:left;}
.nav_list{ float:right;}
.nav_list ul li{ display:inline-block; height:30px; margin-left:10px;}
.nav_list ul li a{ font-size:16px; color:#333; line-height:34px; height:34px; padding:0px 20px;}
.nav_list ul li a:hover{ background:#df3b15; color:#fff; display:inline-block; border-radius:20px;}
.current{ background:#df3b15; color:#fff !important;  border-radius:20px;  display:inline-block;}
.n_nr{ margin-top:30px;}
.n_nr h2{ font-size:22px; text-align:center; font-weight:bold; color:#000;}
.n_nr h2 i{ height:2px; width:60px; display:inline-block; background:#999; margin-left:20px;}
.left_i{ margin-right:20px;}
.tj_box{ margin-top:20px; padding:20px; border:1px solid #e6e6e6;}
.tj_box ul li{ text-align:left; margin-bottom:10px;}
.tj_box ul li h2{ text-align:left; display:inline-block; font-size:18px; width:120px;}
.tj_box ul li a{ font-size:16px; padding:4px 10px; background:#7bb5ff; border-radius:6px; color:#fff; margin-right:20px; margin-bottom:10px; display:inline-block;}
.xx_list{ margin-top:30px;}
.xx_top h2{ font-size:20px; float:left;}
.ss{ float:right;}
.nn{ width:300px; height:50px; border:1px solid #2196f3; color:#333; padding:2px 20px; border-top-left-radius:20px; border-bottom-left-radius:20px; float:left;}
.tj_bt{width:90px; height:50px; border:1px solid #2196f3; padding:2px 10px; border-top-right-radius:20px; border-bottom-right-radius:20px; background:#2196f3; color:#fff;}
.xx_list ul{ border:1px solid #eaeaea; margin-top:30px; margin-bottom:50px;}
.xx_list ul li{ height:140px; padding:20px; border-bottom:1px solid #eaeaea;}
.xx_img{ float:left; width:130px; height:98px; border:1px solid #eaeaea; margin-right:20px; }
.xx_img img{ width:100%; height:94px;}
.xx_title{ float:left;}
.xx_title h4{ font-size:18px; font-weight:bold; color:#333;}
.xx_title p{ font-size:16px; color:#666; margin:10px 0px;}
.xx_title h3{ font-size:14px; color:#999; padding-left:20px; background:url(../images/dz_bg.png) no-repeat left center;}
.xx_right{ float:right;}
.xx_right h5{ float:left; text-align:center; font-size:20px; margin-right:60px; margin-top:10px;}
.xx_right h5 p{  font-size:20px; color:#2196f3; margin-top:18px;}
.xx_right h6{ float:left; text-align:center; font-size:20px; margin-right:80px; margin-top:10px;}
.xx_right h6 p{  font-size:20px; color:#ff4d4c; margin-top:18px;}
.xx_right a{ width:160px; height:50px; background:#03c63d; display:inline-block; text-align:center; color:#fff; font-size:20px; line-height:50px; border-radius:20px; margin-top:20px; }

/*平板*/
@media screen and (max-width: 992px) {
  .container{
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
  .blockspacing{
    padding: 56px 0;
  }
  h1{
    font-size: 16px;
  }
  h2 {
    font-size: 25px;
    line-height: 40px;
  }
  h3,h4,h5,h6 {
    font-size: 18px;
  }

  b ,strong{
    font-size:  19px;
    line-height: 32px;  
  }
  p,span{
    font-size: 17px;
    line-height: 28px;
  }
  .Subtitles{
    font-size: 15px;
    line-height: 20px;
    padding-top: 12px;
  }
}
/*手机字体大小*/
@media screen and (max-width: 768px) {
  .container{
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .blockspacing{
    padding: 40px 0;
  }
  h1{
    font-size: 15px;
  }
  h2 {
    font-size: 23px;
    line-height: 30px;
  }
  h3,h4,h5,h6 {
    font-size: 17px;
  }

  b ,strong{
    font-size:  17px;
    line-height: 24px;  
  }
  p,span{
    font-size: 15px;
    line-height: 24px;
  }
  .Subtitles{
    font-size: 14px;
    line-height: 20px;
    padding-top: 12px;
  }
}


/* 父级模块颜色自定义颜色 */
.white{
  background-color: #fff !important;
  }
.dark{
  background-color:#f5f5f5 !important;
  }

/* 公共的面包屑导航样式 */
.Crumbs {
  padding: 10px 0;
}
.Crumbs a {
  color: #666;
}
.Crumbs p {
  float: left;
}
.Crumbs a:hover {
  color: darkblue;
  text-decoration: underline;
}
.Crumbs label {
  font-weight: bold;
}

/* 公共的上下篇样式 */
.paging {
  clear: both;
  width: 96%;
  margin: 0px auto;
  overflow: hidden;
  padding: 2% 0;
}

.paging ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.paging ul li a {
  color: #666;
}

.paging ul li a:hover {
  color: #09f;
}

.prev1 {
  float: left;
  width: 50%;
  padding: 15px 0;
}

.next1 {
  float: right;
  width: 50%;
  padding: 15px 0;
}
/*内容限制*/
.limit_text1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.limit_text2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.limit_text3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.limit_text4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.limit_text5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.limit_text6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.limit_text7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.limit_text8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
/* 头部的外边距 */
.navbar {
  margin-bottom: 0 !important;
}

/* banner公共的样式 */
.swiper-slide a img {
  width: 100%;
  height: 25vw;
}
.swiper-slide h2 {
  width: 100%;
  display: block;
  position: absolute;
  top: 70%;
  z-index: 9999;
  text-align: center;
}

.swiper-slide p {
  width: 100%;
  display: block;
  position: absolute;
  top: 80%;
  z-index: 9999;
  text-align: center;
}

.swiper-slide span {
  width: 100%;
  display: block;
  position: absolute;
  top: 90%;
  z-index: 9999;
  text-align: center;
}
.swiper-slide {
  height: 25vw !important;
}

/* 动画效果 */

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 900px) {
  .swiper-slide h2,
  .swiper-slide p,
  .swiper-slide span {
    display: none;
  }
}
